Xbasic

A5_Show_URL Function

Syntax

V a5_show_URL(C target_url [,C title [,C WidthInInches [,C HeightInInches [,L resizeable ]]]])

Arguments

target_url

Internet address of page to display. Character

title

(Optional) Title for display window. Character

WidthInInches

(Optional) Width of display window. Character

HeightInInches

(Optional) Height of display window. Character

resizeable

Logical.(Optional) Is display window resizable?

Description

Opens a live browser window showing the contents of a URL.

Example

a5_show_url("http://www.google.com","Search")